home *** CD-ROM | disk | FTP | other *** search
/ User's Choice Windows CD / User's Choice Windows CD (CMS Software)(1993).iso / win_q_t / rb115.zip / RB115.DOC < prev    next >
Text File  |  1993-05-03  |  4KB  |  91 lines

  1. DOCs for Rock Box v1.15  (c) 1993  by Glen Neal.
  2.  
  3. First let me say that, as with most programmers, I am much better at
  4. writing programs than the docs for them. This is my first windows
  5. project, and I hope to get better as time goes on. However, it is a
  6. simple program and requires very little docs anyway.
  7.  
  8. Rock Box requires Windows 3.1 and Soundblaster (or compatible).
  9. A mouse is required. Keyboard support will be added later.
  10.  
  11. Rock Box is windows 3.1 'jukebox', which means it is intended to hold
  12. many large .WAV files, and play them in sequence while minimized, as
  13. you procede with other work in windows. The program requires only
  14. about 100K while running, as the .WAV files are loaded in segments as
  15. they play.
  16.  
  17. There are ten 'playlist' buttons shown at a time, and nine groups to
  18. choose from, for a total of 90 files loaded at once. To load a .WAV
  19. file into a button, click on an empty button and choose your file.
  20. To erase a button, click the right mouse button.
  21.  
  22. There are VCR-type large buttons for play, last track, next track,
  23. and stop. They function as follows:
  24.  
  25. >  Plays current selection. Does nothing if already playing. Unpauses
  26.    if current selection was paused.
  27. << Seeks to the last button with a selection loaded. If a selection
  28.    was playing, it plays new selection.
  29. >> Seeks to the next button with a selection loaded. If a selection
  30.    was playing, it plays new selection.
  31. -- Stops playing.
  32.  
  33. The repeat group box lets you choose the repeat mode:
  34.  
  35. Off        Plays the selection once, and stops.
  36. Single     Repeats the current selection until you stop it.
  37. One Group  Repeats all buttons in current group that are loaded.
  38. All Groups Repeats all groups in sequence, looking for buttons
  39.            that have selections loaded, skipping empty groups.
  40.  
  41. The selector group box lets you go a certain group quickly. You can
  42. browse the groups while a selection is playing.
  43.  
  44. There are four small buttons to the right. They function as follows:
  45. < Rewinds to start of current selection and begins playing.
  46. " Pauses and Unpauses currently playing selection.
  47. ! Saves your buttons as RB.CFG without quiting program.
  48. ? About Rock Box!
  49.  
  50. To close the program, use the system menu (double-click the upper
  51. left window system box or click once and select Close).
  52.  
  53. The program will look for a RB.CFG file which holds the names/paths
  54. of your buttons. When you quit the program, the file is created if it
  55. does not exist. To erase all buttons, simply delete the RB.CFG file.
  56.  
  57. That's about it!
  58.  
  59. To get on-line support for this and other Hazard Soft products, call
  60. the Hazard Soft support bbs at 405-243-3200. Call anytime and pick up
  61. the newest Shareware versions of our products.
  62.  
  63. If you like and use Rock Box often, please register. The fee is a modest
  64. $25.00. This also gives you full access to the support bbs for 3 months.
  65.  
  66. To register by credit card, call the support bbs at 405-243-3200.
  67. You can use your Visa, Mastercard, Discover, or American Express.
  68. Type CHARGE at the main prompt.
  69.  
  70. To register by mail, send check or money order for $25.00 to:
  71.  
  72. Glen Neal
  73. 220 Ridgecrest #45
  74. Elk City, OK  73644
  75.  
  76. Voice: 405-243-0574  Data: 405-243-3200
  77.  
  78. TROUBLESHOOTING:
  79.  
  80. If you get the message about not finding BWCC.DLL, then you need to call
  81. and get BWCCDLL.ZIP, unzip it and place it in your Windows System folder.
  82. Other windows programs may need this DLL also. It is similar to the DLL
  83. used by Visual Basic, VBRUN200.DLL.
  84.  
  85. If it says a sound driver is not installed, go to the Windows control
  86. panel, and run the Sounds icon. Select ADD, and pick a Soundblaster
  87. driver that is for your card version. I will add support for other sound
  88. cards and the pc speaker soon.
  89.  
  90. Please call the support bbs if you have problems or discover a bug(!).
  91.